The offset and load_address are 64bits integers
On 32bits we have to use strtoull (instead of strtoul) to parse number
into 64bits unsigned integers. Without this the parsed numbers are
truncated to 2^32-1.
Last-Update: 2017-11-20
Gbp-Pq: Name 0013-fix-format-load-address.patch
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Fix tests/futility/test_show_contents.sh
Last-Update: 2017-11-14
Tests compare generated files containing the file path and upstream files
("expected output") containing path like
"/mnt/host/source/src/platform/vboot_reference/tests/". They can't
match. Drop these lines mentioning paths in the generated files and in
the upstream provided files to avoid failures.
Last-Update: 2017-11-14
Gbp-Pq: Name 0011-fix-tests-show-contents.patch
Sophie Brun [Tue, 6 Feb 2018 15:29:11 +0000 (15:29 +0000)]
Change install directory of scripts
Last-Update: 2016-06-27
Shell scripts are installed by default in /usr/bin. Move them to
/usr/share/vboot/bin
Last-Update: 2016-06-27
Gbp-Pq: Name 0010-change-install-directory-scripts.patch
* Move git repository to salsa.debian.org.
* Make build logs verbose to include the full command line.
* Protect dh_override_auto_test with check of nocheck in DEB_BUILD_OPTIONS.
* Bump Standards-Version to 4.1.3.
* Update my name in Uploaders.